home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / Berkeley DB 1.6 / Makefile < prev    next >
Encoding:
Makefile  |  1993-08-16  |  520 b   |  22 lines  |  [TEXT/MPS ]

  1. #######################################################################
  2. #    Project    :    db                    -    Berkeley database routines
  3. #    File        :    Makefile    
  4. #    Author    :    Matthias Neeracher
  5. #    Started    :    31Jul93                                Language    :    MPW Make
  6. #    Modified    :    31Jul93    MN    
  7. #    Last        :    31Jul93
  8. #######################################################################
  9.  
  10. Install    ∂
  11. libdb.o    ∂
  12. clean        ƒ
  13.     Directory Port
  14.         Set OldEcho {Echo}
  15.         Set Echo 0
  16.         BuildProgram {Targ}
  17.         Set Echo {OldEcho}
  18.     Directory ::
  19.  
  20. Distribution    ƒ    
  21.     :Distribute db.Distr db_16m2.sit
  22.